home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.core.IFlexModuleFactory;
- import mx.styles.CSSStyleDeclaration;
- import mx.styles.StyleManager;
-
- public class _TitleWindowStyle
- {
- private static var _embed_css_Assets_swf_CloseButtonDisabled_1986290200:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonDisabled_1986290200;
-
- private static var _embed_css_Assets_swf_CloseButtonOver_414561680:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonOver_414561680;
-
- private static var _embed_css_Assets_swf_CloseButtonUp_1488494855:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonUp_1488494855;
-
- private static var _embed_css_Assets_swf_CloseButtonDown_586988690:Class = _TitleWindowStyle__embed_css_Assets_swf_CloseButtonDown_586988690;
-
- public function _TitleWindowStyle()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- var fbs:IFlexModuleFactory = param1;
- var style:CSSStyleDeclaration = StyleManager.getStyleDeclaration("TitleWindow");
- if(!style)
- {
- style = new CSSStyleDeclaration();
- StyleManager.setStyleDeclaration("TitleWindow",style,false);
- }
- if(style.defaultFactory == null)
- {
- style.defaultFactory = function():void
- {
- this.paddingTop = 4;
- this.paddingLeft = 4;
- this.cornerRadius = 8;
- this.paddingRight = 4;
- this.dropShadowEnabled = true;
- this.closeButtonDownSkin = _embed_css_Assets_swf_CloseButtonDown_586988690;
- this.closeButtonOverSkin = _embed_css_Assets_swf_CloseButtonOver_414561680;
- this.closeButtonUpSkin = _embed_css_Assets_swf_CloseButtonUp_1488494855;
- this.closeButtonDisabledSkin = _embed_css_Assets_swf_CloseButtonDisabled_1986290200;
- this.paddingBottom = 4;
- this.backgroundColor = 16777215;
- };
- }
- }
- }
- }
-
-